home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8209 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: in2.uu.net!van-bc!vanbc!taj
  2. From: taj@vanbc.wimsey.com (Taj Khattra)
  3. Newsgroups: comp.lang.pascal.misc,comp.lang.pascal.borland,comp.programming,comp.lang.misc,comp.lang.c,comp.lang.c++
  4. Subject: Re: Writing an expression evaluator
  5. Followup-To: comp.lang.pascal.misc,comp.lang.pascal.borland,comp.programming,comp.lang.misc,comp.lang.c,comp.lang.c++
  6. Date: 15 Feb 1996 19:20:03 GMT
  7. Organization: Wimsey Information Services
  8. Message-ID: <4g0113$6ge@wolfe.wimsey.com>
  9. References: <311FEBD8.7305@cnj.digex.net> <DMpuzv.rG@research.att.com>
  10. NNTP-Posting-Host: vanbc.wimsey.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Andrew Koenig (ark@research.att.com) wrote:
  14. : In article <311FEBD8.7305@cnj.digex.net> Aristotle <johndc@cnj.digex.net> writes:
  15.  
  16. : > Does anyone have any tips on how to go about writing an expression 
  17. : > evaluator(one complex enough to handle Trig. functions). I am writing a 
  18. : > program that uses expression and I would like to have the user be able to 
  19. : >  enter their own expressions and have my program implement them. Any help 
  20. : >  would be appreciated. Thanks in advance!
  21.  
  22. : Read ``The UNIX Programming Environment'' by Kernighan and Pike (Prentice-Hall).
  23.  
  24. The code for the calculator described in this bible is available at
  25. ftp://plan9.att.com/csrc/hoc.bundle.Z
  26.  
  27. -taj
  28.